home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
programming
/
utilities
/
heartbeat.lha
/
HeartBeat
/
cload_file.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-04-07
|
299 b
|
10 lines
// Include Header to gain access to 'C' version of load_file()
struct FileCache {
char *filebuf; // ptr to cached file
unsigned int bufsize; // # of bytes in cache (incl padding)
char *filename; // name of file in this cache
};
IMPORT BOOL load_file( char * fname, struct FileCache * fc);